home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 September / EnigmA AMIGA RUN 30 (1998)(G.R. Edizioni)(IT)[!][issue 1998-09].iso / recent / hserv1.rea < prev    next >
Text File  |  1998-07-27  |  1KB  |  29 lines

  1. Short:    Hserv 4.5 ARexx HTTP/1.0 server
  2. Author:   alfier@iol.it (Alfonso Ranieri)
  3. Uploader: alfier@iol.it (Alfonso Ranieri)
  4. Type:     comm/tcp
  5. Requires: rxsocket.library 4.1 rmh.library 3.1
  6.  
  7. Hserv was born as an example of rxsocket.library archive, but it become
  8. so big and cute that I decide to release it as a stand alone application.
  9.  
  10. It is a HTTP 1.0 ARexx server, very configurable and funny.
  11.  
  12. The main features are:
  13. - run alone or as inetd service;
  14. - accepts GET, HEAD and POST methods
  15. - "If-Modified-Since supported", with a lot of date formats;
  16. - rfc1945 Auth supports;
  17. - rejected-ips;
  18. - mime types read from file, so you can had your mime;
  19. - text parsing;
  20. - in line ARexx functions in html documents;
  21. - ARexx, CGI and execs macros;
  22. - may require client ident service running.
  23.  
  24. Changes from version < 4.5:
  25. - general rewritten of the request parsing function in hs.rexx
  26. - general rewritten of the inet date functions
  27. - no more def.prefs, maybe the server is slower, but that's pretty
  28.   better
  29.